OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:childp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
abandon.c
157
LDAPRequest **
childp
= &lr->lr_child;
local
166
while ( *
childp
) {
168
LDAPRequest *child = *
childp
;
171
if ( *
childp
== child ) {
172
childp
= &child->lr_refnext;
abandon.c
157
LDAPRequest **
childp
= &lr->lr_child;
local
166
while ( *
childp
) {
168
LDAPRequest *child = *
childp
;
171
if ( *
childp
== child ) {
172
childp
= &child->lr_refnext;
abandon.c
157
LDAPRequest **
childp
= &lr->lr_child;
local
166
while ( *
childp
) {
168
LDAPRequest *child = *
childp
;
171
if ( *
childp
== child ) {
172
childp
= &child->lr_refnext;
Completed in 56 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026